Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for mapdb backend #357

Merged
merged 3 commits into from
Mar 6, 2019
Merged

prepare for mapdb backend #357

merged 3 commits into from
Mar 6, 2019

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Feb 3, 2019

Change-Id: I046bde4a32b3fd6693f788d27a9165e2646bc5cb

return Collections.emptyIterator();
}
return super.query(q);
} else {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the else, the code inside the brackets is slightly longer

Change-Id: I046bde4a32b3fd6693f788d27a9165e2646bc5cb
Linary
Linary previously approved these changes Mar 4, 2019
@codecov
Copy link

codecov bot commented Mar 5, 2019

Codecov Report

Merging #357 into master will increase coverage by 0.11%.
The diff coverage is 66.49%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #357      +/-   ##
============================================
+ Coverage     67.54%   67.65%   +0.11%     
- Complexity     3145     3172      +27     
============================================
  Files           201      203       +2     
  Lines         16010    16078      +68     
  Branches       2327     2343      +16     
============================================
+ Hits          10814    10878      +64     
- Misses         3980     3988       +8     
+ Partials       1216     1212       -4
Impacted Files Coverage Δ Complexity Δ
...m/baidu/hugegraph/backend/query/IdPrefixQuery.java 58.33% <ø> (ø) 7 <0> (ø) ⬇️
...hugegraph/backend/store/rocksdb/RocksDBTables.java 56.32% <ø> (ø) 0 <0> (ø) ⬇️
...n/java/com/baidu/hugegraph/structure/HugeEdge.java 64% <ø> (ø) 57 <0> (ø) ⬇️
...om/baidu/hugegraph/backend/query/IdRangeQuery.java 58.33% <ø> (ø) 7 <0> (ø) ⬇️
...ugegraph/backend/cache/CachedGraphTransaction.java 98.36% <ø> (ø) 20 <0> (ø) ⬇️
...n/java/com/baidu/hugegraph/config/CoreOptions.java 98.52% <ø> (ø) 2 <0> (ø) ⬇️
.../baidu/hugegraph/backend/store/BackendSession.java 90% <ø> (ø) 6 <0> (ø) ⬇️
.../backend/store/cassandra/CassandraSessionPool.java 57.29% <ø> (ø) 13 <0> (ø) ⬇️
...java/com/baidu/hugegraph/structure/HugeVertex.java 66.51% <ø> (ø) 52 <0> (ø) ⬇️
...va/com/baidu/hugegraph/backend/id/IdGenerator.java 74.46% <ø> (ø) 5 <0> (ø) ⬇️
... and 35 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01049ec...018680b. Read the comment docs.

Change-Id: Ica3557f79fe915cd43f5d3b2a402a3e9261f61ef
@javeme javeme force-pushed the mapdb-prepare branch 7 times, most recently from d2590c8 to 9290022 Compare March 6, 2019 06:59
Change-Id: I7e3c9677f5d824b37a64791b87cfca5c649c74db
@zhoney zhoney merged commit b673240 into master Mar 6, 2019
@zhoney zhoney deleted the mapdb-prepare branch March 6, 2019 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants